Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSpline Class / CreateTransient Method / CreateTransient(InstallationSpace,PointD3D[]) Method
InstallationSpace object.
List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed.

CreateTransient(InstallationSpace,PointD3D[]) Method
Create new routing spline in P8 project.
Syntax

Parameters

pInstallationSpace
InstallationSpace object.
arrPointsOnSpline
List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed.
Exceptions
ExceptionDescription
Thrown when the RoutingSpline has already been created.
Thrown if parameter pInstallationSpace is null, number of passed points on spline is less then three.
Remarks
Method creates new routing spline and sets given installation space as its parent.
See Also